FlexReport for WinForms
Item(Int32) プロパティ


C1.Report.4.6.2 アセンブリ > C1.Report.Util 名前空間 > OrderedDictionary<TKey,TValue> クラス > Item プロパティ : Item(Int32) プロパティ
The zero-based index of the value to get or set.
Gets or sets the value at the specified index.
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As TValue
'使用法
 
Dim instance As OrderedDictionary(Of TKey,TValue)
Dim index As System.Integer
Dim value As TValue
 
instance.Item(index) = value
 
value = instance.Item(index)
public TValue Item( 
   System.int index
) {get; set;}

パラメータ

index
The zero-based index of the value to get or set.

プロパティ値

The value of the item at the specified index.
例外
例外解説
index is less than 0.
-or-
Index is equal to or greater than OrderedDictionary<TKey,TValue>.Count.
参照

参照

OrderedDictionary<TKey,TValue> クラス
OrderedDictionary<TKey,TValue> メンバ
オーバーロード一覧